Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to Cassovary 7.1.0 #58

Merged
merged 2 commits into from
Nov 30, 2016
Merged

Conversation

lintool
Copy link
Contributor

@lintool lintool commented Nov 16, 2016

Bumped Cassovary version up to 7.1.0 - minor API tweaks.

Note that Node has an inconsistent API, which calls for ugly wrapping, see:
twitter/cassovary#225

return n;
}

int skipped = seq.length()-index;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space around -


@Override
public long nextLong() {
return (long) (int) seq.apply(index++);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be good to explain in a comment why the double casting is required

@lintool lintool merged commit 29c605b into master Nov 30, 2016
@lintool lintool deleted the lintool/cassovary-version-bump branch November 30, 2016 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants